text/template.common.option (field)

6 uses

	text/template (current package)
		exec.go#L609: 		if s.tmpl.option.missingKey == mapError { // Treat invalid value as missing map key.
		exec.go#L660: 				switch s.tmpl.option.missingKey {
		option.go#L60: 				t.option.missingKey = mapInvalid
		option.go#L63: 				t.option.missingKey = mapZeroValue
		option.go#L66: 				t.option.missingKey = mapError
		template.go#L17: 	option option